copr: mark git checkout as safe
authorJonathan Lebon <jonathan@jlebon.com>
Thu, 26 May 2022 20:54:43 +0000 (16:54 -0400)
committerJonathan Lebon <jonathan@jlebon.com>
Thu, 26 May 2022 20:54:43 +0000 (16:54 -0400)
commit2e564aef074aa0ba39b2ba768dd06fe65858b3df
tree43272dcc4a8f53b93ec75ea53a88e5f51c516a2d
parent9aca8816c65fdfe6eff8dad0bc5d813b5652f42c
copr: mark git checkout as safe

Recent git became more strict wrt git repos in parent dirs owned by
other users. This broke our COPR builds due to the git checkout being
created by a different user and mounted in. We need to explicitly mark
the repo as safe.

For more information, see:
https://github.com/actions/checkout/issues/760
.copr/Makefile